home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / colorChooser / README < prev   
Text File  |  1996-11-11  |  2KB  |  41 lines

  1.  
  2.         Developer Toolbox:  src/exampleCode/opengl/colorChooser README
  3.  
  4.               OpenGL Color Chooser Widget - libGLColorChooser.a
  5.  
  6.      
  7.       The OpenGL version of the color chooser widget, contained in 
  8.       libGLColorChooser.a, is identical in usage and functionality to the 
  9.       IRIS GL version of the color chooser widget found in libSgm. (Refer 
  10.       to the man page on SgColorChooser for a description of the color
  11.       chooser widget.)  OpenGL applications wanting to use the color
  12.       chooser widget, must link with the libGLColorChooser.a instead of 
  13.       libSgm to pick up the OpenGL version of the widget.  Applications
  14.       using the OpenGL color chooser must also link with libGL, libGLU,
  15.       and libGLw.
  16.        
  17.       The include files found in the "includes" directory, are duplicates
  18.       of the SgColorChooser widget include files for libSgm (found in
  19.       /usr/include/Sgm), modified for use with OpenGL.  Applications 
  20.       using the OpenGL version of the SgColorChooser widget MUST use the
  21.       .h files provided in the includes directory, rather than the files 
  22.       found in /usr/include/Sgm.  For completeness, we have left these 
  23.       includes/*.h files in place to keep them with the library, so the 
  24.       OpenGL version of this widget is consistent with the GL version
  25.       found in libSgm & /usr/include/Sgm.  See the man page on 
  26.       SgColorChooser for the appropriate usage of the include files.
  27.        
  28.       The IRIX5.3 subdir contains the version of libGLColorChooser.a 
  29.       compiled on an IRIX 5.3 system while the IRIX5.2 subdir contains 
  30.       the version of libGLColorChooser.a compiled on an IRIX5.2 system.  
  31.       For Toolbox version 5.0, there is a symlink in this current 
  32.       directory pointing to IRIX5.3/libGLColorChooser.a.
  33.  
  34.       The sample program, chooser_sample.c, illustrates the most basic
  35.       use of the OpenGL color chooser widget.  To invoke the color 
  36.       chooser widget, select "Actions" from the menu bar, then "Color 
  37.       Chooser" from the menu. 
  38.      
  39.          -- Ann LaGrone, 1994
  40.  
  41.